-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cutting new releases for BigQuery, Language and Core. #2815
Conversation
Notes for my bits: Core
|
Good thing I haven't pulled the trigger yet. @tseaver there is a Python 3 str/bytes breakage with the new BigQuery code: https://travis-ci.org/GoogleCloudPlatform/google-cloud-python/builds/181480547#L2340 |
That is weird: Py3k tests aren't failing locally for me on current master. I did see that error earlier, but fixed it in 2c1ccd2. That commit is on master. |
@tseaver The failing tests are system tests |
Got it. See #2818 for a fix. |
|
Cutting new releases for BigQuery, Language and Core.
Cutting new releases for BigQuery, Language and Core.
H/T to
Proposed tags after merge:
bigquery-0.22.0
core-0.22.0
language-0.22.0
I'll start going through
$ git log 0.21.0..HEAD -- bigquery/ core/ language/
now to figure out release notes.